/*首页==============================================================*/
/*banner*/
.banner{width:100%;overflow:hidden;}
.banner .swiper-container{position:relative;width:100%;overflow:hidden;}
.banner .swiper-wrapper{width:99999px;}
.banner .swiper-slide{position:relative;float:left;}
.banner .swiper-slide img{width:100%;}
.banner .swiper-pagination{position:absolute;width:100%;left:0;bottom:20px;text-align:center;}
.banner .swiper-pagination span{display:inline-block;width:12px;height:12px;background:#CCCCCC;border-radius:50%;margin:0 6px;cursor:pointer;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background:#004573;}
.banner .swiper-button{position:absolute;width:20%;height:100%;top:0;}
.banner .swiper-button-left{left:0;}
.banner .swiper-button-right{right:0;}
.banner .swiper-button div{position:absolute;width:28px;height:46px;top:50%;margin-top:-23px;cursor:pointer;opacity:0;transition:250ms background-color linear,250ms color linear,250ms opacity linear;-webkit-transition:250ms background-color linear,250ms color linear,250ms opacity linear;}
.banner .swiper-button-next{right:80px;background:url(right.png) no-repeat;background-size:100% 100%;}
.banner .swiper-button-prev{left:80px;background:url(left.png) no-repeat;background-size:100% 100%;}
.banner .swiper-button:hover div{opacity:1;}
.min_banner{display:none;}


/*首页共用*/
.index_title{text-align:center;margin-bottom:75px;}
.index_title h2{font-size:34px;color:#008fff;font-weight:700;}
.index_title h2 span{color:#10949B;}
.index_title p{font-size:16px;font-family:Arial;color:#999;text-transform:uppercase;}
.index_title .line{position:relative;width:100%;height:1px;background:#ccc;margin:19px auto 10px;}
.index_title .colorLine{position:absolute;width:34px;height:4px;background:#008fff;top:50%;left:50%;margin:-2px 0 0 -17px;}
.index_title .inner{position:relative;display:inline-block;padding:0 30px;}
.index_item{padding:60px 0 70px;overflow:hidden;}


/*第一屏*/
.index_item_01{background:#F7F7F7;}
.index_item_01 ul{padding:0 0 40px;background:url(shadow.png) no-repeat bottom center;background-size:100% auto;}
.index_item_01 li{float:left;width:240px;height:160px;padding:3px;}
.index_item_01 li .inner{width:100%;height:100%;background:#EEE;padding:30px 10px 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index_item_01 li .icon{width:65px;height:65px;border-radius:50%;background:#0065A3;overflow:hidden;}
.index_item_01 li .icon img{max-width:100%;max-height:100%;-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transition: all 0.5s;transition: all 0.5s;}
.index_item_01 li .txt{margin-left:80px;}
.index_item_01 li h3{color:#000;font-size:18px;font-weight:700;}
.index_item_01 li p{color:#333;font-size:14px;margin:15px 0;height:38px;overflow:hidden;}
.index_item_01 li .a{text-align:right;color:#005288;}
.index_item_01 li .inner:hover{background:#fff;}
.index_item_01  .inner:hover .icon img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}


/*第二屏*/
.index_item_02{/*background:url(index2Bg.jpg) no-repeat center;*/}
.index_item_02 .index_title h2,.index_item_02 .index_title p{color:#fff;}
.index_item_02 .index_title .line,.index_item_02 .index_title .colorLine{background:#fff;}
.flowchart{padding:0 40px;}
.flowchart li{float:left;color:#fff;text-align:center;cursor:pointer;}
.flowchart li .icon{width:110px;height:110px;border-radius:50%;background:#fff;overflow:hidden;margin:0 auto 15px;}
.flowchart li .icon img{max-width:100%;max-height:100%;display:none;}
.flowchart li .icon_5{background:#fff url(icon_5.png) no-repeat center;background-size:100% 100%;}
.flowchart li .icon_6{background:#fff url(icon_6.png) no-repeat center;background-size:100% 100%;}
.flowchart li .icon_7{background:#fff url(icon_7.png) no-repeat center;background-size:100% 100%;}
.flowchart li .icon_8{background:#fff url(icon_8.png) no-repeat center;background-size:100% 100%;}
.flowchart li .icon_9{background:#fff url(icon_9.png) no-repeat center;background-size:100% 100%;}
.flowchart li .icon_10{background:#fff url(icon_10.png) no-repeat center;background-size:100% 100%;}
.arrowIcon{width:52px;height:9px;background:url(arrow.png) no-repeat center;background-size:100% 100%;margin:60px 18px 0;}

.flowchart li:hover .icon_5{background:#008fff url(icon_5_hover.png) no-repeat center;background-size:100% 100%;}
.flowchart li:hover .icon_6{background:#008fff url(icon_6_hover.png) no-repeat center;background-size:100% 100%;}
.flowchart li:hover .icon_7{background:#008fff url(icon_7_hover.png) no-repeat center;background-size:100% 100%;}
.flowchart li:hover .icon_8{background:#008fff url(icon_8_hover.png) no-repeat center;background-size:100% 100%;}
.flowchart li:hover .icon_9{background:#008fff url(icon_9_hover.png) no-repeat center;background-size:100% 100%;}
.flowchart li:hover .icon_10{background:#008fff url(icon_10_hover.png) no-repeat center;background-size:100% 100%;}






/*第三屏*/
.index_item_03{/*background:#fff url(index3Bg.jpg) no-repeat bottom left;*/}
.index_item_03 .index_title{text-align:left;margin-bottom:0;}
.index_item_03 .index_title h2{padding-top:20px;border-top:6px solid #008fff;}
.index_item_03 .text{padding:30px 0;font-size:14px;line-height:25px;}
.ulTab li{position:relative;float:left;width:16.66%;height:90px;background:#fff;border:1px solid #EBEBEB;padding:15px 10px;cursor:pointer;}
.ulTab li .icon{float:left;}
.ulTab li p{margin-left:60px;font-weight:700;font-size:16px;color:#333;margin-top:15px;}
.ulTab li.cur,.ulTab li:hover{background:#F3F3F3;background:rgba(243,243,243,0.6);}
.ulTab li:before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:#0066A5;display:none;}
.ulTab li.cur:before,.ulTab li:hover::before{display:block;}
.tabDetails{background:#F3F3F3;background:rgba(243,243,243,0.6);border:1px solid #EBEBEB;}
.tabDetailsItem{position:relative;display:none;padding:50px 250px 50px 30px;}
.tabDetailsItem.cur{display:block;}
.tabDetailsItem .txt{line-height:25px;}
.tabDetailsItem .txt strong{display:block;font-weight:700;color:#333;font-size:16px;}
.tabDetailsItem .lookDetails{position:absolute;width:150px;hieght:45px;line-height:45px;text-align:center;font-size:18px;color:#333;border:1px solid #333;top:50%;right:30px;margin-top:-22px;}
.tabDetailsItem .lookDetails:hover{color:#fff;border-color:#008fff;background:#008fff;}



/*第四屏*/
.index_item_04{height:210px;/*background:url(index4Bg.jpg) no-repeat center;*/padding:50px 40px 0 40px;}
.index_item_04 .index_title{margin-bottom:0;background:url(line_left.png) no-repeat left center,url(line_right.png) no-repeat right center;padding:0 36px;margin-top:10px;}
.index_item_04 .index_title h2{color:#fff;}
.index_item_04 .index_title p{font-size:20px;color:#fff;font-family:"Microsoft Yahei",opensans,微软雅黑,宋体,"Hiragino Sans GB","STHeiti",Helvetica,黑体,新細明體,Arial,"Lucida Grande","Helvetica Neue",Helvetica, sans-serif;margin-top:25px;}
.consult{width:240px;background:#fff;padding:3px;text-align:center;}
.consult .p1{line-height:58px;width:100%;border-radius:3px;background:#005287;font-size:22px;font-weight:700;color:#fff;}
.consult .p1 img{display:inline-block;margin-right:15px;}
.consult .p2{font-size:26px;color:#005287;font-weight:700;padding:15px 0;}



/*第五屏*/
.index_item_05{background:#fff url(index5Bg.png) no-repeat center;background-size:100% 100%;padding:80px 0 0;}
.index_item_05 .index_title,.index_item_08 .index_title{position:relative;}
.index_item_05 .kuang,.index_item_08 .kuang,.idenCategoryItem_06 .kuang,.idenCategoryItem_07 .kuang{position:absolute;width:514px;height:73px;background:url(line.png) no-repeat;background-size:100% 100%;top:50%;left:50%;margin:-15px 0 0 -260px;}
.index_item_05 .index_title p,.index_item_08 .index_title p{margin-top:10px;}
.index_item_05 .text{line-height:25px;text-align:center;margin-bottom:50px;}
.index_item_05 .img img{max-width:100%;}


/*第六屏*/
.index_item_06{background:#fff;}
.index_item_06 li{float:left;width:25%;height:376px;border:1px solid #F0F0F0;border-top-width:10px;padding:20px 15px 15px;}
.index_item_06 li:nth-child(odd){border-top-color:#C92572;}
.index_item_06 li:nth-child(even){border-top-color:#00ABBF;}
.index_item_06 li .tit{position:relative;}
.index_item_06 li .href{position:absolute;top:10px;right:0;width:80px;height:30px;line-height:30px;text-align:center;color:#fff;border-radius:5px;background:#B9B9B9;}
.index_item_06 li h3{font-size:24px;font-weight:700;color:#000;}
.index_item_06 li p{line-height:25px;}
.index_item_06 li .img{margin:40px 0 20px;}
.index_item_06 li img{width:100%;}
.index_item_06 li .text{line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.index_item_06 li:hover .href{background:#005287;}


/*第七屏*/
.index_item_07{background:#F2F2F2;}
.index_item_07 .index_title{width:632px;text-align:left;margin-bottom:0;}
.index_item_07 .index_title .line{margin:10px 0;}
.index_item_07 .content{width:800px;}
.index_item_07 .text{line-height:25px;color:#333;text-indent:2em;margin:40px 0;}
.index_item_07 .href{width:132px;height:42px;line-height:42px;color:#fff;font-size:16px;background:#008fff;text-align:center;}
.index_item_07 .img{width:28%;}
.index_item_07 .img img{max-width:100%;}
 .index_item_07 .href:hover{background:#0064A2;}


/*第八屏*/
.index_item_08{background:#fff;paddinb-bottom:55px;}
.index_item_08 .index_title{margin-bottom:25px;}
.commonProblem{/*height:371px;background:url(shadow2.png) no-repeat bottom center;padding-top:60px;margin-top:40px;*/}
.problemItem{float:left;width:33.33%;padding:0 25px 15px;}
.problemItem .tit{position:relative;color:#005288;padding-left:45px;}
.problemItem .tit h2{font-size:16px;font-weight:700;border-bottom:1px solid #EFEFEF;padding-bottom:15px;margin-bottom:8px;}
.problemItem .span{font-size:22px;font-weight:700;font-family:Arial;position:absolute;top:0;left:0;color:#008fff;}
.problemItem .text{position:relative;line-height:25px;padding-left:45px;}
.problemItem:hover .tit{color:#10949B;}
.problemItem:hover .span{color:#10949B;}

.partnerTit{font-size:30px;font-weight:700;color:#333;margin-bottom:40px;}
.partnerLogo .img{position:relative;float:left;margin-right:10px;width:231px;margin-bottom:15px;}
.partnerLogo .img img{width:100%;}
.partnerLogo .img:last-child{margin-right:0;}






/*机构简介==============================================================*/
.aboutItem .text{line-height:25px;}
.introduction .text{color:#333;padding:25px 0 40px;}
.introduction .text img{max-width:100%;margin:15px auto;}
.technicalAdvantage ul{padding:40px 0 10px;}
.technicalAdvantage li{margin-bottom:30px;overflow:hidden;}
.technicalAdvantage li .img{width:314px;padding:7px;background:#f4f4f4;}
.technicalAdvantage li .img img{width:100%;}
.technicalAdvantage .con{margin-left:340px;}
.technicalAdvantage .con h3{margin-bottom:15px;}
.technicalAdvantage .con h3 strong{font-weight:700;font-size:24px;color:#000;margin-right:6px;}
.certificateImg{overflow:hidden;padding:40px 0 20px;}
.certificateImg img{float:left;margin-right:25px;}
.detectionEquipment ul{padding:35px 0 10px;}
.detectionEquipment li{position:relative;float:left;margin:0 25px 35px 0;}
.detectionEquipment li .img{width:100%;height:100%;overflow:hidden;}
.detectionEquipment li .img img{min-width:100%;min-height:100%;}
.detectionEquipment li p{position:absolute;width:100%;height:40px;line-height:40px;color:#fff;font-size:16px;text-align:center;background:#008fff;background:rgba(0,82,134,0.4);left:0;bottom:0;}
li.width180{width:196px;height:240px;}
li.width315{width:196px;height:240px;}
.expertTeam ul{padding:30px 0;}
.expertTeam li{float:left;margin-right:25px;margin-bottom:35px;}
.expertTeam li .img{width:100%;height:262px;overflow:hidden;}
.expertTeam li .img img{max-width:100%;max-height:100%;}
.expertTeam li p{width:100%;height:40px;line-height:40px;color:#333;font-size:16px;background:#F0F0F0;text-align:center;}
li.width185{width:196px;}



/*鉴定类别==============================================================*/
.idenCategoryItem{padding:60px 0;overflow:hidden;}
.idenCategoryItem .container{overflow:hidden;}
.idenCategoryItem .outter_title{margin-bottom:35px;}
.idenCategoryItem .outter_title h2{border-bottom:none;padding:0;}
.idenCategoryItem_01,.idenCategoryItem_03,.idenCategoryItem_05,.idenCategoryItem_08{background:#fff;}
.idenCategoryItem_02,.idenCategoryItem_04,.idenCategoryItem_07{background:#F3F3F3;}
.idenCategoryItem_06 .outter_title .inner{position:relative;display:inline-block;padding:0 85px;}
.idenCategoryItem_06 .outter_title .inner .kuang{width:100%;left:0;margin-left:0;}

.idenCategoryItem_01 .content .img{width:30%;}
.idenCategoryItem_01 .content .img img{width:100%;}
.idenCategoryItem_01 .content .text{line-height:32px;color:#333;margin-left:32%;}

.idenCategoryItem_02 .text{color:#333;line-height:32px;}
.idenCategoryItem_02 .text strong{font-size:16px;font-weight:700;}
.idenCategoryItem_02 ul{padding:25px 36px 65px;}
.idenCategoryItem_02 li{font-size:16px;font-weight:700;color:#333;}
.idenCategoryItem_02 li .icon{width:110px;height:110px;margin:0 auto 15px;}
.idenCategoryItem_02 li .icon_5{background:#008fff url(icon_5_hover.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 li .icon_6{background:#008fff url(icon_6_hover.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 li .icon_7{background:#008fff url(icon_7_hover.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 li .icon_8{background:#008fff url(icon_8_hover.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 li .icon_9{background:#008fff url(icon_9_hover.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 li .icon_10{background:#008fff url(icon_10_hover.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 .arrowIcon{width:52px;height:9px;background:url(arrow_hover.png) no-repeat center;background-size:100% 100%;margin:60px 18px 0;}

.idenCategoryItem_02 li:hover .icon_5{background:#fff url(icon_5.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 li:hover .icon_6{background:#fff url(icon_6.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 li:hover .icon_7{background:#fff url(icon_7.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 li:hover .icon_8{background:#fff url(icon_8.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 li:hover .icon_9{background:#fff url(icon_9.png) no-repeat center;background-size:100% 100%;}
.idenCategoryItem_02 li:hover .icon_10{background:#fff url(icon_10.png) no-repeat center;background-size:100% 100%;}


.idenCategoryItem_03 .outter_title{margin-bottom:45px;}
.idenCategoryItem_03 li{padding-bottom:30px;margin-bottom:30px;overflow:hidden;border-bottom:1px dotted #CCC;}
.idenCategoryItem_03 li:last-child{border-bottom:0;}
.idenCategoryItem_03 li .img{float:left;width:284px;height:176px;}
.idenCategoryItem_03 li .img img{min-width:100%;min-height:100%;}
.idenCategoryItem_03 li .con{margin-left:312px;}
.idenCategoryItem_03 li .con h3{font-size:20px;font-weight:700;color:#008fff;margin-bottom:15px;}
.idenCategoryItem_03 li .text{line-height:25px;color:#333;}


.idenCategoryItem_04 .con{width:50%;}
.idenCategoryItem_04 .con:nth-of-type(1){padding-right:28px;}
.idenCategoryItem_04 .con:nth-of-type(2){padding-left:28px;}
.idenCategoryItem_04 .con h4{font-size:16px;font-weight:700;color:#005285;margin-bottom:20px;}
.idenCategoryItem_04 .con .text{line-height:25px;color:#333;}
.idenCategoryItem_04 .con .text img{max-width:100%;margin:30px auto;}

.idenCategoryItem_05 li{float:left;width:50%;padding:15px 0;}
.idenCategoryItem_05 li:nth-child(odd){border-right:1px solid #F3F3F3;padding-right:75px;}
.idenCategoryItem_05 li:nth-child(even){padding-left:75px;}
.idenCategoryItem_05 li h4{font-size:16px;color:#005285;margin-bottom:12px;font-weight:700;}
.idenCategoryItem_05 li p{color:#333;}

.idenCategoryItem_06{padding:80px 0;background:url(img_14.jpg) no-repeat center;background-size:cover;}
.idenCategoryItem_06 .kuang{background:url(lineWhite.png) no-repeat;background-size:100% 100%;}
.idenCategoryItem_06 .outter_title{position:relative;text-align:center;margin-bottom:105px;}
.idenCategoryItem_06 .outter_title h2,.idenCategoryItem_07 .outter_title h2{font-size:38px;}
.idenCategoryItem_06 .outter_title h2,.idenCategoryItem_06 .outter_title span,.idenCategoryItem_06 .outter_title p{color:#fff;}
.idenCategoryItem_06 .outter_title p,.idenCategoryItem_07 .outter_title p{margin-top:10px;font-family:Arial;}
.hrefs{/*display: flex;display:-webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-flow: row wrap;flex-flow: row wrap;*/text-align:center;}
.idenCategoryItem_06 a{display:inline-block;min-width:286px;max-width:648px;height:48px;line-height:48px;color:#005D96;border:1px solid rgba(193,193,193,0.9);background:#fff;background:rgba(255,255,255,0.9);padding:0 15px;font-size:18px;margin:0 20px 20px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.idenCategoryItem_06 a:nth-child(1),.idenCategoryItem_06 a:nth-child(6),.idenCategoryItem_06 a:nth-child(9),.idenCategoryItem_06 a:nth-child(10){color:#EB0032;}

.idenCategoryItem_07{padding-bottom:80px;}
.idenCategoryItem_07 .outter_title{position:relative;text-align:center;margin-bottom:88px;}
.idenCategoryItem_07 .outter_title h2,.idenCategoryItem_07 .outter_title span,.idenCategoryItem_07 .outter_title p{color:#333;}
.idenCategoryItem_07 .kuang{width:360px;margin-left:-180px;}
.form{padding:0 20px;}
.inputBox{width:50%;padding-right:20px;}
.inputBox .label{display:block;width:100%;padding-left:104px;position:relative;line-height:60px;margin-bottom:24px;}
.inputBox span{position:absolute;top:0;left:0;font-size:16px;color:#000;}
.inputBox .input{width:440px;height:60px;line-height:60px;background:#fff;border:1px solid #E3E3E3;}
.inputBox input{display:block;padding:0 15px;height:100%;width:100%;}
.textarea{width:50%;padding-left:20px;}
.textarea textarea{width:100%;background:#fff;border:1px solid #E3E3E3;padding:20px;height:220px;}
.btnArea{text-align:center;margin-top:70px;}
.btnArea .btnDiv{display:inline-block;width:240px;height:65px;line-height:65px;border-radius:10px;margin:0 20px;}
.btnArea .btn{display:block;width:100%;height:100%;padding:0;line-height:65px;color:#fff;text-align:center;font-size:24px;cursor:pointer;}
.btnArea .submitBtn{background:#00A0EA;}
.btnArea .submitBtn:hover{background:#0688c5;}
.btnArea .secretBtn{background:#F08443;}
.btnArea .secretBtn:hover{background:#e3722d;}
.inputBox .valid_message{position:absolute;top:65px;font-size:12px;left:120px;line-height:15px;color:#EC0032;}


/*样本类型==============================================================*/
.sampleTypeWapper .text{line-height:25px;padding:25px 0 30px;}
.tabDetailsItem img{max-width:100%;margin:20px 0;}
.sampleTypeWapper .ulTab li{padding-right:5px;}
.sampleTypeWapper .tabDetailsItem{padding:50px 30px}


/*收费标准==============================================================*/
.crumbsTitle{position:relative;}
.crumbs{position:absolute;right:0;bottom:15px;font-size:14px;color:#333;}
.crumbs a,.crumbs span{display:inline-block;color:#333;}
.crumbs a:hover{color:#005288;}
.feeScaleText{padding:40px 0;line-height:25px;}
.feeScaleText strong{font-size:16px;color:#333;}
.feeScaleText img{max-width:100%;margin:15px 0;}


/*常见问题==============================================================*/
.FAQWapper .problemItems{padding:20px 0;}
.FAQWapper .problemItem{width:100%;margin-bottom:18px;background:#F7F7F7;padding:20px 20px 25px;}
.FAQWapper .problemItem .tit{margin-bottom:22px;}
.FAQWapper .problemItem .tit h2{border-bottom:none;padding-bottom:0;margin-bottom:0;font-size:18px;color:#333;}
.FAQWapper .problemItem:hover .tit h2{color:#10949B;}


/*行业动态==============================================================*/
.newsItems{padding:20px 0 60px;}
.newsItem{padding:20px 0;border-bottom:1px solid #F4F4F4;overflow:hidden;}
.newsItem .img{float:left;width:258px;}
.newsItem .img img{width:100%;}
.newsItem .con{margin-left:280px;}
.newsItem .con h3{font-size:18px;color:#333;margin-bottom:20px;font-weight:700;}
.newsItem .con .txt{color:#333;line-height:25px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}

.pager{text-align:right;}
.pager .page{display:inline-block;height:32px;line-height:32px;padding:0 11px;font-size:14px;color:#333;border:1px solid #CCCCCC;margin:0 5px;}
.pager .page.cur{color:#fff;background:#008fff;}


.newsDetailsWapper{background:#fff;}
.newsDetailsContent{padding:70px 0 100px;}
.newsDetailsContent h3{font-size:24px;color:#333;text-align:center;margin-bottom:20px;}
.newsDetailsContent .date{font-size:12px;text-align:center;padding:0 0 5px;}
.newsDetailsContent  .content{line-height:25px;padding:30px 15px 30px;border-top:1px solid #E0E0E0;}
.newsDetailsContent  .content img{margin:20px auto;max-width:100%;}
.newsDetailsContent  .content p{text-indent:2em;}



/*关于我们==============================================================*/
.contactText{height:410px;line-height:32px;font-size:16px;color:#333;padding:35px 0 0;background:url(img_23.png) no-repeat right bottom;}
.contactText h1{font-weight:700;font-size:24px;color:#333;margin-bottom:30px;}
.busLine{color:#333;line-height:30px;padding:40px 0 30px;}
.busLine strong{font-size:18px;font-weight:700;color:#333;}
.map{width:100%;height:480px;border:10px solid #F0F0F0;}
#mapContainer{width:100%;height:100%;}
.pop .bottom{height:25px!important;}
.iw_poi_title{font-size:16px;line-height:30px;}
.iw_poi_content{line-height:25px;}




/*专题==============================================================*/
.appraisal_item{padding:70px 0 80px;overflow:hidden;}
.appraisal_item .index_title h2,.appraisal_item .index_title p{display:inline-block;position:relative;color:#333;background:#fff;padding:0 15px;}
.appraisal_item .index_title .colorLine{position:static;margin:8px auto 10px;}
.appraisal_item .borderKuang{position:absolute;width:100%;height:54px;border:2px solid #005288;left:0;top:22px;}
.appraisal_item_01{background:#fff;}
.appraisal_item_01 li{float:left;width:23.8%;margin-right:1.5%;background:#F0F0F0;padding:10px;text-align:center;font-size:18px;font-weight:700;color:#333;}
.appraisal_item_01 li:last-child{margin-right:0;}
.appraisal_item_01 li p{padding:20px 10px 13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.appraisal_item_01 .img{width:100%;}
.appraisal_item_01 .img img{width:100%;}

.appraisal_item_02{background:#0065A3;padding-bottom:60px;}
.appraisal_item_02 .index_title h2,.appraisal_item_02 .index_title p{color:#fff;background:#0065A3;}
.appraisal_item_02 .index_title .colorLine{background:#fff;}
.appraisal_item_02 .borderKuang{border-color:#fff;}
.appraisal_item_02 ul{width:1230px;margin:0 auto;}
.appraisal_item_02 li{float:left;width:380px;margin-right:30px;}
.appraisal_item_02 li:nth-child(3),.appraisal_item_02 li:nth-child(7){margin-right:0;}
.appraisal_item_02 li .inner{background:#fff;padding:20px;overflow:hidden;}
.appraisal_item_02 li .icon{float:left;width:75px;height:75px;}
.appraisal_item_02 li .icon img{width:100%;height:100%;}
.appraisal_item_02 li p{margin-left:90px;font-weight:700;font-size:24px;color:#000;line-height:75px;}
.appraisal_item_02 .shadow{width:100%;height:40px;background:url(shadow.png) no-repeat center;background-size:100% auto;position:relative;margin:0;}

.appraisal_item_03{background:#fff;}
.appraisal_item_03 ul{text-align:center;}
.appraisal_item_03 li{display:inline-block;height:169px;text-align:center;}
.appraisal_item_03 li p{color:#333;font-size:18px;font-weight:700;}
.appraisal_item_03 li .icon{width:120px;height:120px;margin:0 auto 15px;}
.appraisal_item_03 li .icon img{width:100%;height:100%;}
.appraisal_item_03 li.arrow{width:46px;background:url(icon_35.png) no-repeat 0 62px;background-size:100% auto;margin:0 15px;}


.appraisal_item_04{background:#F2F2F2;}
.appraisal_item_04 .index_title h2{color:#008fff;}
.appraisal_item_04 .index_title h2,.appraisal_item_04 .index_title p{background:#F2F2F2;}
.appraisal_item_04 .borderKuang{height:70px;border-color:#333;}
.appraisal_item_04 .index_title .colorLine{height:0;}
.appraisal_item_04 .img img{max-width:100%;}


.appraisal_item_05{background:#fff;}
.appraisal_item_05 .borderKuang{height:70px;border-color:#333;}
.appraisal_item_05 .index_title .colorLine{height:0;}
.appraisal_item_05 .certificateImg{text-align:center;}
.appraisal_item_05 .certificateImg img{float:none;display:inline-block;border:8px solid #EEEEEE;height:318px;}

.appraisal_item.idenCategoryItem_06 .index_title h2,.appraisal_item.idenCategoryItem_06 .index_title p{background:none;color:#fff;}
.appraisal_item.idenCategoryItem_06 .borderKuang{height:70px;border-color:#fff;}
.appraisal_item.idenCategoryItem_06 .index_title .colorLine{height:0;}



.commonProblemTit{background:#fff;height:95px;line-height:95px;}
.commonProblemTit span{font-size:28px;font-weight:700;color:#008fff;}
.commonProblemTit a{font-size:20px;color:#333;}
.commonProblemTit a:hover{font-weight:700;}


.noninvasive_item .index_title h2{}
.noninvasive_item .index_title h2,.appraisal_item_04 .index_title p{}
.noninvasive_item .borderKuang{height:70px;border-color:#333;}
.noninvasive_item .index_title .colorLine{height:0;}

.noninvasive_item_01{background:#fff;}
.noninvasive_item_01 .index_title h2{color:#005287;}
.noninvasive_item_01 .borderKuang{border-color:#005288;}
.spans{text-align:center;margin-bottom:20px;}
.spans span{display:inline-block;font-size:18px;color:#fff;height:50px;line-height:50px;padding:0 20px;border-radius:8px;margin:0 6px;}
.spans span:nth-child(1){background:#FEA257;}
.spans span:nth-child(2){background:#5BB5CF;}
.spans span:nth-child(3){background:#FA7070;}
.spans span:nth-child(4){background:#69CEC0;}
.noninvasive_item_01 .text{font-size:16px;line-height:32px;margin:0 auto;text-align:center;}


.noninvasive_item_02{background:#FFFCEB;}
.noninvasive_item_02 .index_title h2,.noninvasive_item_02 .index_title p{background:#FFFCEB;}
.noninvasive_item_02 .img img{max-width:100%;width:auto;}


.noninvasive_item_03{background:#005288;}
.noninvasive_item_03 .index_title h2,.noninvasive_item_03 .index_title p{color:#fff;background:#005288;}
.noninvasive_item_03 .index_title .borderKuang{border-color:#fff;}
.noninvasive_item_03 li{float:left;width:24%;margin-right:1.33%;}
.noninvasive_item_03 li:last-child{margin-right:0;}
.noninvasive_item_03 li .img{width:100%;}
.noninvasive_item_03 li .img img{width:100%;}
.noninvasive_item_03 li .p{position:relative;width:90%;margin:0 auto;min-height:98px;background:#fff;border:3px solid #005288;border-radius:12px;top:-32px;padding:14px;line-height:32px;font-size:16px;color:#333;}


.noninvasive_item_04{background:#fff;}
.noninvasive_item_04 .index_title h2,.noninvasive_item_04 .index_title p{color:#333;}
/*.noninvasive_item_04 ul{text-align:center;}
.noninvasive_item_04 li{display:inline-block;height:170px;}
.noninvasive_item_04 li p{text-align:center;color:#005288;font-size:20px;font-weight:700;}
.noninvasive_item_04 li .icon{height:128px;margin:0 auto 15px;}
.noninvasive_item_04 li .icon img{height:100%;}
.noninvasive_item_04 li.arrow{width:40px;background:url(icon_36.png) no-repeat 0 60px;background-size:100% auto;}*/
.noninvasive_item_04 .flowchart{padding:0 36px;}
.noninvasive_item_04 li p{text-align:center;color:#005288;font-size:16px;font-weight:700;}
.noninvasive_item_04 .flowchart li .icon_5{background:#008fff url(icon_5_hover.png) no-repeat center;background-size:100% 100%;}
.noninvasive_item_04 .flowchart li .icon_6{background:#008fff url(icon_6_hover.png) no-repeat center;background-size:100% 100%;}
.noninvasive_item_04 .flowchart li .icon_7{background:#008fff url(icon_7_hover.png) no-repeat center;background-size:100% 100%;}
.noninvasive_item_04 .flowchart li .icon_8{background:#008fff url(icon_8_hover.png) no-repeat center;background-size:100% 100%;}
.noninvasive_item_04 .flowchart li .icon_9{background:#008fff url(icon_9_hover.png) no-repeat center;background-size:100% 100%;}
.noninvasive_item_04 .flowchart li .icon_10{background:#008fff url(icon_10_hover.png) no-repeat center;background-size:100% 100%;}
.noninvasive_item_04 .arrowIcon{width:52px;height:9px;background:url(arrow_hover.png) no-repeat center;background-size:100% 100%;margin:60px 18px 0;}


.noninvasive_item_05{background:#EAEEF4;}
.noninvasive_item_05 .index_title h2,.noninvasive_item_05 .index_title p{background:#EAEEF4;}
.noninvasive_item_05 .img{float:left;width:50%;border:0.04rem solid #F2F2F2;}
.noninvasive_item_05 .img img{width:100%;min-height:100%;}
.noninvasive_item_05 .con{margin-left:50%;padding-left:25px;}
.noninvasive_item_05 .h1{font-size:20px;color:#005287;margin-bottom:15px;}
.noninvasive_item_05 .expertName{font-size:30px;font-weight:700;color:#005287;padding-right:15px;}
.noninvasive_item_05 .txt{line-height:30px;margin-bottom:15px;}
.noninvasive_item_05 .btn{width:220px;height:60px;line-height:60px;background:#005287;color:#fff;font-size:20px;font-weight:700;text-align:center;}

.noninvasive_item_06{background:#F6F6F6;}
.noninvasive_item_06 .index_title h2,.noninvasive_item_06 .index_title p{background:#F6F6F6;}
/*.noninvasive_item_06 ul{width:800px;margin:0 auto 30px;}
.noninvasive_item_06 li{float:left;width:50%;background:#fff;text-align:center;padding:20px 0 15px;margin-bottom:1px;border-top:10px solid #00ABBF;}
.noninvasive_item_06 li h3{font-size:28px;color:#025D96;font-weight:700;margin-bottom:10px;}
.noninvasive_item_06 li p{font-size:18px;color:#333;}
.noninvasive_item_06 li:nth-child(odd){border-right:1px solid #EAEEF4;}
.noninvasive_item_06 .img img{max-width:100%;}
.noninvasive_item_06 li:nth-child(1),.noninvasive_item_06 li:nth-child(4){border-top-color:#C92572;}*/
.noninvasive_item_06 ul{margin:0 auto 50px;}
.noninvasive_item_06 li{float:left;width:25%;height:376px;border:1px solid #F0F0F0;border-top-width:10px;padding:20px 15px 15px;}
.noninvasive_item_06 li:nth-child(odd){border-top-color:#C92572;}
.noninvasive_item_06 li:nth-child(even){border-top-color:#00ABBF;}
.noninvasive_item_06 li .tit{position:relative;}
.noninvasive_item_06 li .href{position:absolute;top:10px;right:0;width:80px;height:30px;line-height:30px;text-align:center;color:#fff;border-radius:5px;background:#B9B9B9;}
.noninvasive_item_06 li h3{font-size:24px;font-weight:700;color:#000;}
.noninvasive_item_06 li p{line-height:25px;}
.noninvasive_item_06 li .img{margin:40px 0 20px;}
.noninvasive_item_06 li img{width:100%;}
.noninvasive_item_06 li .text{line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.noninvasive_item_06 li:hover .href{background:#005287;}
.noninvasive_item_06 .container>.img img{max-width:100%;}